home *** CD-ROM | disk | FTP | other *** search
- STL(5) Last changed: 3-17-99
-
-
- NNAAMMEE
- SSTTLL - Standard Template Library
-
- IIMMPPLLEEMMEENNTTAATTIIOONN
- IRIX systems
-
- DDEESSCCRRIIPPTTIIOONN
- The Standard Template Library, or STL, is a C++ library of container
- classes, algorithms, and iterators; it provides many of the basic
- algorithms and data structures of computer science. The STL is a
- generic library, meaning that its components are heavily
- parameterized: almost every component in the STL is a template. You
- should make sure that you understand how templates work in C++ before
- you use the STL.
-
- The Standard Template Library Programmer's Guide is packaged with the
- MIPSpro C++ compiler documentation (online only), and it is also
- available via the World Wide Web at the following URL:
- hhttttpp::////wwwwww..ssggii..ccoomm//TTeecchhnnoollooggyy//SSTTLL//iinnddeexx..hhttmmll.
-
- SSEEEE AALLSSOO
- _C++ _P_r_o_g_r_a_m_m_e_r'_s _G_u_i_d_e, publication 007-0704-130
-
- This man page is available only online.
-